projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6220c1
)
termhooks.h [HAVE_NS]: define NS_NONKEY_EVENT to be used for non-key system events...
author
David Reitter
<david.reitter@gmail.com>
Thu, 12 Mar 2009 01:55:52 +0000
(
01:55
+0000)
committer
David Reitter
<david.reitter@gmail.com>
Thu, 12 Mar 2009 01:55:52 +0000
(
01:55
+0000)
src/termhooks.h
patch
|
blob
|
history
diff --git
a/src/termhooks.h
b/src/termhooks.h
index 5dedd487a2a3bf1630163a65635df5a7cd3417d7..d8f0cb0b2957fc312ba1e47d464f2c5d678dbcab 100644
(file)
--- a/
src/termhooks.h
+++ b/
src/termhooks.h
@@
-203,6
+203,8
@@
enum event_kind
/* Generated when native multi-keystroke input method is used to modify
tentative or indicative text display. */
, NS_TEXT_EVENT
+ /* Non-key system events (e.g. application menu events) */
+ , NS_NONKEY_EVENT
#endif
};